﻿2026-07-01T10:18:00.3064826Z Current runner version: '2.335.1'
2026-07-01T10:18:00.3069625Z Runner name: 'kitsubito'
2026-07-01T10:18:00.3070149Z Runner group name: 'Default'
2026-07-01T10:18:00.3070780Z Machine name: 'KITSUBITO'
2026-07-01T10:18:00.3072692Z ##[group]GITHUB_TOKEN Permissions
2026-07-01T10:18:00.3074471Z Contents: read
2026-07-01T10:18:00.3074871Z Metadata: read
2026-07-01T10:18:00.3075232Z Packages: read
2026-07-01T10:18:00.3075590Z ##[endgroup]
2026-07-01T10:18:00.3077128Z Secret source: Actions
2026-07-01T10:18:00.3077619Z Prepare workflow directory
2026-07-01T10:18:00.3463657Z Prepare all required actions
2026-07-01T10:18:00.3493315Z Getting action download info
2026-07-01T10:18:00.6910034Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-01T10:18:01.3180297Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-07-01T10:18:01.4055640Z ##[group]Run actions/checkout@v5
2026-07-01T10:18:01.4056446Z with:
2026-07-01T10:18:01.4056841Z   fetch-depth: 0
2026-07-01T10:18:01.4057299Z   repository: SaberMage/spt-core
2026-07-01T10:18:01.4061085Z   token: ***
2026-07-01T10:18:01.4061479Z   ssh-strict: true
2026-07-01T10:18:01.4061870Z   ssh-user: git
2026-07-01T10:18:01.4062266Z   persist-credentials: true
2026-07-01T10:18:01.4062699Z   clean: true
2026-07-01T10:18:01.4063101Z   sparse-checkout-cone-mode: true
2026-07-01T10:18:01.4063557Z   fetch-tags: false
2026-07-01T10:18:01.4063959Z   show-progress: true
2026-07-01T10:18:01.4064355Z   lfs: false
2026-07-01T10:18:01.4064723Z   submodules: false
2026-07-01T10:18:01.4065118Z   set-safe-directory: true
2026-07-01T10:18:01.4065776Z ##[endgroup]
2026-07-01T10:18:01.4936649Z Syncing repository: SaberMage/spt-core
2026-07-01T10:18:01.4938824Z ##[group]Getting Git version info
2026-07-01T10:18:01.4939875Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-01T10:18:01.4940987Z [command]/usr/bin/git version
2026-07-01T10:18:01.4941453Z git version 2.43.0
2026-07-01T10:18:01.4942856Z ##[endgroup]
2026-07-01T10:18:01.4952372Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ee214432-7035-4e40-96ef-bdd0e597bcf9' before making global git config changes
2026-07-01T10:18:01.4953604Z Adding repository directory to the temporary git global config as a safe directory
2026-07-01T10:18:01.4955561Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-01T10:18:01.4989397Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-01T10:18:01.5009722Z https://github.com/SaberMage/spt-core
2026-07-01T10:18:01.5019757Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-01T10:18:01.5022328Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-01T10:18:01.5041907Z HEAD
2026-07-01T10:18:01.5073426Z ##[endgroup]
2026-07-01T10:18:01.5074318Z [command]/usr/bin/git submodule status
2026-07-01T10:18:01.5254344Z ##[group]Cleaning the repository
2026-07-01T10:18:01.5256140Z [command]/usr/bin/git clean -ffdx
2026-07-01T10:18:01.5408931Z Removing dist/
2026-07-01T10:18:01.5416794Z [command]/usr/bin/git reset --hard HEAD
2026-07-01T10:18:01.5471764Z HEAD is now at 461e6fe74 Merge pull request #40 from SaberMage/update-fetch-ux
2026-07-01T10:18:01.5477154Z ##[endgroup]
2026-07-01T10:18:01.5479125Z ##[group]Disabling automatic garbage collection
2026-07-01T10:18:01.5481733Z [command]/usr/bin/git config --local gc.auto 0
2026-07-01T10:18:01.5507027Z ##[endgroup]
2026-07-01T10:18:01.5507821Z ##[group]Setting up auth
2026-07-01T10:18:01.5513302Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-01T10:18:01.5542577Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-01T10:18:01.5737608Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-01T10:18:01.5766266Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-01T10:18:01.5954904Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-01T10:18:01.5981823Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-01T10:18:01.6168161Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-01T10:18:01.6195961Z ##[endgroup]
2026-07-01T10:18:01.6196835Z ##[group]Fetching the repository
2026-07-01T10:18:01.6202570Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +66137930bb69e0edaf305018643d6e9bd77ff064:refs/remotes/pull/41/merge
2026-07-01T10:18:02.5973877Z From https://github.com/SaberMage/spt-core
2026-07-01T10:18:02.5975441Z  * [new branch]          field-bug-milestone                      -> origin/field-bug-milestone
2026-07-01T10:18:02.5990169Z  * [new ref]             66137930bb69e0edaf305018643d6e9bd77ff064 -> pull/41/merge
2026-07-01T10:18:02.6013414Z ##[endgroup]
2026-07-01T10:18:02.6014640Z ##[group]Determining the checkout info
2026-07-01T10:18:02.6015990Z ##[endgroup]
2026-07-01T10:18:02.6018537Z [command]/usr/bin/git sparse-checkout disable
2026-07-01T10:18:02.6059865Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-01T10:18:02.6090726Z ##[group]Checking out the ref
2026-07-01T10:18:02.6093888Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/41/merge
2026-07-01T10:18:02.6381223Z Previous HEAD position was 461e6fe74 Merge pull request #40 from SaberMage/update-fetch-ux
2026-07-01T10:18:02.6384129Z HEAD is now at 66137930b Merge d819a522816b569ada0165e9481241089db573fc into 461e6fe744d99cb967e052a8ecb3b14bbea3d4f2
2026-07-01T10:18:02.6435046Z ##[endgroup]
2026-07-01T10:18:02.6437601Z [command]/usr/bin/git log -1 --format=%H
2026-07-01T10:18:02.6465171Z 66137930bb69e0edaf305018643d6e9bd77ff064
2026-07-01T10:18:02.6678698Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-07-01T10:18:02.6680484Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-07-01T10:18:02.6697990Z shell: /usr/bin/bash -e {0}
2026-07-01T10:18:02.6698876Z ##[endgroup]
2026-07-01T10:18:02.6841462Z ##[group]Run set -euo pipefail
2026-07-01T10:18:02.6842414Z [36;1mset -euo pipefail[0m
2026-07-01T10:18:02.6843239Z [36;1mPIN=0c95435[0m
2026-07-01T10:18:02.6844022Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-01T10:18:02.6844993Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-01T10:18:02.6846300Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-01T10:18:02.6847951Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-01T10:18:02.6849730Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-01T10:18:02.6851080Z [36;1m  rm -rf "$CACHE"[0m
2026-07-01T10:18:02.6851976Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-01T10:18:02.6853013Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-01T10:18:02.6854287Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-01T10:18:02.6855640Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-01T10:18:02.6856561Z [36;1mfi[0m
2026-07-01T10:18:02.6857635Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-01T10:18:02.6873765Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-01T10:18:02.6874854Z env:
2026-07-01T10:18:02.6875545Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-01T10:18:02.6876431Z ##[endgroup]
2026-07-01T10:18:02.7400652Z     Updating crates.io index
2026-07-01T10:18:02.9711565Z  Downloading crates ...
2026-07-01T10:18:03.0634009Z   Downloaded vte_generate_state_changes v0.1.2
2026-07-01T10:18:03.0810951Z   Downloaded vte v0.13.1
2026-07-01T10:18:03.1922578Z    Compiling proc-macro2 v1.0.106
2026-07-01T10:18:03.1924111Z    Compiling quote v1.0.45
2026-07-01T10:18:03.1925147Z    Compiling unicode-ident v1.0.24
2026-07-01T10:18:03.1926253Z    Compiling libc v0.2.186
2026-07-01T10:18:03.1927259Z    Compiling serde_core v1.0.228
2026-07-01T10:18:03.1928300Z    Compiling cfg-if v1.0.4
2026-07-01T10:18:03.1947185Z    Compiling serde v1.0.228
2026-07-01T10:18:03.1975054Z    Compiling log v0.4.32
2026-07-01T10:18:03.2024281Z    Compiling pin-project-lite v0.2.17
2026-07-01T10:18:03.2046874Z    Compiling typenum v1.20.1
2026-07-01T10:18:03.2048249Z    Compiling portable-atomic v1.13.1
2026-07-01T10:18:03.2118764Z    Compiling version_check v0.9.5
2026-07-01T10:18:03.2121030Z    Compiling memchr v2.8.1
2026-07-01T10:18:03.2122882Z    Compiling find-msvc-tools v0.1.9
2026-07-01T10:18:03.2155758Z    Compiling critical-section v1.2.0
2026-07-01T10:18:03.2532275Z    Compiling shlex v2.0.1
2026-07-01T10:18:03.2812481Z    Compiling subtle v2.6.1
2026-07-01T10:18:03.2882406Z    Compiling futures-core v0.3.32
2026-07-01T10:18:03.3522296Z    Compiling bytes v1.11.1
2026-07-01T10:18:03.4553507Z    Compiling smallvec v1.15.1
2026-07-01T10:18:03.4555637Z    Compiling equivalent v1.0.2
2026-07-01T10:18:03.4726314Z    Compiling itoa v1.0.18
2026-07-01T10:18:03.4863276Z    Compiling semver v1.0.28
2026-07-01T10:18:03.5022533Z    Compiling stable_deref_trait v1.2.1
2026-07-01T10:18:03.5311771Z    Compiling slab v0.4.12
2026-07-01T10:18:03.5484499Z    Compiling generic-array v0.14.7
2026-07-01T10:18:03.5653408Z    Compiling futures-sink v0.3.32
2026-07-01T10:18:03.5734352Z    Compiling futures-io v0.3.32
2026-07-01T10:18:03.6091379Z    Compiling futures-task v0.3.32
2026-07-01T10:18:03.6498832Z    Compiling futures-channel v0.3.32
2026-07-01T10:18:03.7020879Z    Compiling bitflags v2.12.1
2026-07-01T10:18:03.7502548Z    Compiling rustversion v1.0.22
2026-07-01T10:18:03.7560929Z    Compiling hashbrown v0.17.1
2026-07-01T10:18:03.8170875Z    Compiling rustc_version v0.4.1
2026-07-01T10:18:03.8290786Z    Compiling cpufeatures v0.2.17
2026-07-01T10:18:03.8830947Z    Compiling fnv v1.0.7
2026-07-01T10:18:03.8980926Z    Compiling cfg_aliases v0.2.1
2026-07-01T10:18:03.9011589Z    Compiling rand_core v0.10.1
2026-07-01T10:18:03.9441309Z    Compiling strsim v0.11.1
2026-07-01T10:18:03.9525534Z    Compiling litemap v0.8.2
2026-07-01T10:18:03.9751836Z    Compiling writeable v0.6.3
2026-07-01T10:18:04.0366303Z    Compiling utf8_iter v1.0.4
2026-07-01T10:18:04.0651309Z    Compiling fs_extra v1.3.0
2026-07-01T10:18:04.1512295Z    Compiling dunce v1.0.5
2026-07-01T10:18:04.1661161Z    Compiling icu_normalizer_data v2.2.0
2026-07-01T10:18:04.1994414Z    Compiling getrandom v0.4.2
2026-07-01T10:18:04.2150593Z    Compiling ident_case v1.0.1
2026-07-01T10:18:04.2181916Z    Compiling icu_properties_data v2.2.0
2026-07-01T10:18:04.2551230Z    Compiling percent-encoding v2.3.2
2026-07-01T10:18:04.4332160Z    Compiling autocfg v1.5.1
2026-07-01T10:18:04.4921170Z    Compiling http v1.4.1
2026-07-01T10:18:04.4930069Z    Compiling cpufeatures v0.3.0
2026-07-01T10:18:04.5250897Z    Compiling unicode-segmentation v1.13.3
2026-07-01T10:18:04.5411002Z    Compiling syn v2.0.117
2026-07-01T10:18:04.5530724Z    Compiling aws-lc-rs v1.17.0
2026-07-01T10:18:04.5620531Z    Compiling thiserror v2.0.18
2026-07-01T10:18:04.5926924Z    Compiling scopeguard v1.2.0
2026-07-01T10:18:04.6390708Z    Compiling chacha20 v0.10.0
2026-07-01T10:18:04.6800862Z    Compiling lock_api v0.4.14
2026-07-01T10:18:04.7111831Z    Compiling indexmap v2.14.0
2026-07-01T10:18:04.7410874Z    Compiling form_urlencoded v1.2.2
2026-07-01T10:18:04.8582152Z    Compiling untrusted v0.9.0
2026-07-01T10:18:04.8817014Z    Compiling heck v0.5.0
2026-07-01T10:18:04.8921095Z    Compiling rustls v0.23.40
2026-07-01T10:18:04.8969782Z    Compiling anyhow v1.0.102
2026-07-01T10:18:04.9664441Z    Compiling atomic-waker v1.1.2
2026-07-01T10:18:04.9748808Z    Compiling unicode-xid v0.2.6
2026-07-01T10:18:05.0028002Z    Compiling const-oid v0.10.2
2026-07-01T10:18:05.0115113Z    Compiling paste v1.0.15
2026-07-01T10:18:05.0390138Z    Compiling parking_lot_core v0.9.12
2026-07-01T10:18:05.0648736Z    Compiling httparse v1.10.1
2026-07-01T10:18:05.0880550Z    Compiling zerocopy v0.8.50
2026-07-01T10:18:05.0990898Z    Compiling num-traits v0.2.19
2026-07-01T10:18:05.1407029Z    Compiling hybrid-array v0.4.12
2026-07-01T10:18:05.2541656Z    Compiling jobserver v0.1.34
2026-07-01T10:18:05.2670674Z    Compiling convert_case v0.10.0
2026-07-01T10:18:05.2890822Z    Compiling curve25519-dalek v4.1.3
2026-07-01T10:18:05.3000843Z    Compiling ahash v0.8.12
2026-07-01T10:18:05.3385048Z    Compiling base64ct v1.8.3
2026-07-01T10:18:05.3430790Z    Compiling fastrand v2.4.1
2026-07-01T10:18:05.4660736Z    Compiling either v1.16.0
2026-07-01T10:18:05.5430480Z    Compiling cc v1.2.63
2026-07-01T10:18:05.5791035Z    Compiling powerfmt v0.2.0
2026-07-01T10:18:05.6321537Z    Compiling crypto-common v0.1.7
2026-07-01T10:18:05.6425383Z    Compiling block-buffer v0.10.4
2026-07-01T10:18:05.6791031Z    Compiling pem-rfc7468 v1.0.0
2026-07-01T10:18:05.7089119Z    Compiling http-body v1.0.1
2026-07-01T10:18:05.7482917Z    Compiling digest v0.10.7
2026-07-01T10:18:05.7711237Z    Compiling deranged v0.5.8
2026-07-01T10:18:05.8156290Z    Compiling time-core v0.1.8
2026-07-01T10:18:05.8599605Z    Compiling base64 v0.22.1
2026-07-01T10:18:05.8981413Z    Compiling pkg-config v0.3.33
2026-07-01T10:18:05.9230421Z    Compiling tinyvec_macros v0.1.1
2026-07-01T10:18:05.9534957Z    Compiling mio v1.2.1
2026-07-01T10:18:05.9861241Z    Compiling socket2 v0.6.4
2026-07-01T10:18:05.9961346Z    Compiling getrandom v0.2.17
2026-07-01T10:18:06.1220680Z    Compiling zmij v1.0.21
2026-07-01T10:18:06.2380264Z    Compiling rand_core v0.6.4
2026-07-01T10:18:06.2607852Z    Compiling rand v0.10.1
2026-07-01T10:18:06.3131008Z    Compiling tower-service v0.3.3
2026-07-01T10:18:06.3710609Z    Compiling vcpkg v0.2.15
2026-07-01T10:18:06.4122679Z    Compiling try-lock v0.2.5
2026-07-01T10:18:06.4194437Z    Compiling num-conv v0.2.2
2026-07-01T10:18:06.4272710Z    Compiling data-encoding v2.11.0
2026-07-01T10:18:06.4461362Z    Compiling parking_lot v0.12.5
2026-07-01T10:18:06.4670621Z    Compiling sha2 v0.10.9
2026-07-01T10:18:06.4770464Z    Compiling want v0.3.1
2026-07-01T10:18:06.4990496Z    Compiling tinyvec v1.11.0
2026-07-01T10:18:06.6629300Z    Compiling block-buffer v0.12.0
2026-07-01T10:18:06.7061125Z    Compiling crypto-common v0.2.2
2026-07-01T10:18:06.7430392Z    Compiling inout v0.1.4
2026-07-01T10:18:06.8150815Z    Compiling vergen-lib v9.1.0
2026-07-01T10:18:06.8220528Z    Compiling n0-future v0.3.2
2026-07-01T10:18:06.8734457Z    Compiling cmake v0.1.58
2026-07-01T10:18:06.9700796Z    Compiling spin v0.10.0
2026-07-01T10:18:07.0190478Z    Compiling serde_json v1.0.150
2026-07-01T10:18:07.0240345Z    Compiling signature v2.2.0
2026-07-01T10:18:07.0510568Z    Compiling cordyceps v0.3.4
2026-07-01T10:18:07.0550584Z    Compiling crossbeam-utils v0.8.21
2026-07-01T10:18:07.0710699Z    Compiling diatomic-waker v0.2.3
2026-07-01T10:18:07.1148642Z    Compiling parking v2.2.1
2026-07-01T10:18:07.1577163Z    Compiling winnow v1.0.3
2026-07-01T10:18:07.2371386Z    Compiling httpdate v1.0.3
2026-07-01T10:18:07.2720812Z    Compiling futures-lite v2.6.1
2026-07-01T10:18:07.2980746Z    Compiling ed25519 v2.2.3
2026-07-01T10:18:07.3930991Z    Compiling cipher v0.4.4
2026-07-01T10:18:07.4041018Z    Compiling netlink-packet-core v0.8.1
2026-07-01T10:18:07.4315381Z    Compiling futures-buffered v0.2.13
2026-07-01T10:18:07.4481944Z    Compiling universal-hash v0.5.1
2026-07-01T10:18:07.4604805Z    Compiling vergen v9.1.0
2026-07-01T10:18:07.4980829Z    Compiling vergen-lib v0.1.6
2026-07-01T10:18:07.5680885Z    Compiling heapless v0.7.17
2026-07-01T10:18:07.5720445Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-01T10:18:07.6183345Z    Compiling digest v0.11.3
2026-07-01T10:18:07.6221604Z    Compiling noq-udp v0.10.0
2026-07-01T10:18:07.6761994Z    Compiling sync_wrapper v1.0.2
2026-07-01T10:18:07.6870576Z    Compiling opaque-debug v0.3.1
2026-07-01T10:18:07.7120485Z    Compiling byteorder v1.5.0
2026-07-01T10:18:07.7451265Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-01T10:18:07.7954466Z    Compiling allocator-api2 v0.2.21
2026-07-01T10:18:07.8100411Z    Compiling polyval v0.6.2
2026-07-01T10:18:07.8710857Z    Compiling hash32 v0.2.1
2026-07-01T10:18:07.9051095Z    Compiling spin v0.9.8
2026-07-01T10:18:07.9220772Z    Compiling vergen-gitcl v1.0.8
2026-07-01T10:18:07.9691757Z    Compiling aws-lc-sys v0.41.0
2026-07-01T10:18:07.9920579Z    Compiling ring v0.17.14
2026-07-01T10:18:08.0160522Z    Compiling libsqlite3-sys v0.30.1
2026-07-01T10:18:08.0960774Z    Compiling fallible-iterator v0.3.0
2026-07-01T10:18:08.1084634Z    Compiling ryu v1.0.23
2026-07-01T10:18:08.1191161Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-01T10:18:08.1354477Z    Compiling num_threads v0.1.7
2026-07-01T10:18:08.2490754Z    Compiling tower-layer v0.3.3
2026-07-01T10:18:08.2560626Z    Compiling signature v3.0.0
2026-07-01T10:18:08.2601033Z    Compiling time v0.3.47
2026-07-01T10:18:08.3040848Z    Compiling ghash v0.5.1
2026-07-01T10:18:08.3240483Z    Compiling sha2 v0.11.0-rc.5
2026-07-01T10:18:08.3970913Z    Compiling aes v0.8.4
2026-07-01T10:18:08.4290757Z    Compiling ctr v0.9.2
2026-07-01T10:18:08.4370608Z    Compiling fs2 v0.4.3
2026-07-01T10:18:08.4560624Z    Compiling http-body-util v0.1.3
2026-07-01T10:18:08.4791542Z    Compiling aead v0.5.2
2026-07-01T10:18:08.5970611Z    Compiling arrayvec v0.7.6
2026-07-01T10:18:08.6190664Z    Compiling openssl-probe v0.2.1
2026-07-01T10:18:08.6340540Z    Compiling utf8parse v0.2.2
2026-07-01T10:18:08.7310664Z    Compiling crossbeam-channel v0.5.15
2026-07-01T10:18:08.7490611Z    Compiling crossbeam-epoch v0.9.18
2026-07-01T10:18:08.7678925Z    Compiling blake3 v1.8.5
2026-07-01T10:18:08.8280648Z    Compiling netlink-packet-route v0.29.0
2026-07-01T10:18:08.8558119Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-01T10:18:08.9970353Z    Compiling uuid v1.23.2
2026-07-01T10:18:09.0390351Z    Compiling memoffset v0.6.5
2026-07-01T10:18:09.1580060Z    Compiling aes-gcm v0.10.3
2026-07-01T10:18:09.2062150Z    Compiling acto v0.8.2
2026-07-01T10:18:09.2410607Z    Compiling netwatch v0.16.0
2026-07-01T10:18:09.3229342Z    Compiling noq v0.18.0
2026-07-01T10:18:09.3538887Z    Compiling identity-hash v0.1.0
2026-07-01T10:18:09.4151038Z    Compiling ref-cast v1.0.25
2026-07-01T10:18:09.4591514Z    Compiling sorted-index-buffer v0.2.1
2026-07-01T10:18:09.4726755Z    Compiling mac-addr v0.3.0
2026-07-01T10:18:09.4966106Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-01T10:18:09.5936748Z    Compiling rustc-hash v2.1.2
2026-07-01T10:18:09.6169653Z    Compiling xml-rs v0.8.28
2026-07-01T10:18:09.6380727Z    Compiling thiserror v1.0.69
2026-07-01T10:18:09.7140600Z    Compiling rustix v1.1.4
2026-07-01T10:18:09.7371463Z    Compiling lru-slab v0.1.2
2026-07-01T10:18:09.7500880Z    Compiling tagptr v0.2.0
2026-07-01T10:18:09.7780689Z    Compiling foldhash v0.2.0
2026-07-01T10:18:09.8844189Z    Compiling synstructure v0.13.2
2026-07-01T10:18:09.9240801Z    Compiling darling_core v0.20.11
2026-07-01T10:18:09.9661476Z    Compiling hashbrown v0.16.1
2026-07-01T10:18:09.9923485Z    Compiling serde_derive_internals v0.29.1
2026-07-01T10:18:10.2181183Z    Compiling netlink-packet-route v0.30.0
2026-07-01T10:18:10.6285108Z    Compiling proc-macro-crate v3.5.0
2026-07-01T10:18:10.7936588Z    Compiling xmltree v0.10.3
2026-07-01T10:18:10.8246701Z    Compiling serial-core v0.4.0
2026-07-01T10:18:10.8316306Z    Compiling ioctl-rs v0.1.6
2026-07-01T10:18:10.8425832Z    Compiling errno v0.3.14
2026-07-01T10:18:10.9430951Z    Compiling termios v0.2.2
2026-07-01T10:18:10.9680894Z    Compiling aho-corasick v1.1.4
2026-07-01T10:18:11.0004128Z    Compiling simple-dns v0.9.3
2026-07-01T10:18:11.0210903Z    Compiling constant_time_eq v0.4.2
2026-07-01T10:18:11.0380773Z    Compiling toml_write v0.1.2
2026-07-01T10:18:11.0558525Z    Compiling signal-hook v0.3.18
2026-07-01T10:18:11.1120857Z    Compiling smol_str v0.1.24
2026-07-01T10:18:11.1410768Z    Compiling arrayref v0.3.9
2026-07-01T10:18:11.1868338Z    Compiling sha1_smol v1.0.1
2026-07-01T10:18:11.1973242Z    Compiling regex-syntax v0.8.10
2026-07-01T10:18:11.2231146Z    Compiling linux-raw-sys v0.12.1
2026-07-01T10:18:11.2491772Z    Compiling simdutf8 v0.1.5
2026-07-01T10:18:11.3060986Z    Compiling resolv-conf v0.7.6
2026-07-01T10:18:11.3419968Z    Compiling winnow v0.7.15
2026-07-01T10:18:11.4450849Z    Compiling serial-unix v0.4.0
2026-07-01T10:18:11.5793698Z    Compiling signal-hook-registry v1.4.8
2026-07-01T10:18:11.7190595Z    Compiling lru v0.16.4
2026-07-01T10:18:11.9268088Z    Compiling darling_core v0.23.0
2026-07-01T10:18:11.9400458Z    Compiling serde_derive v1.0.228
2026-07-01T10:18:11.9650925Z    Compiling zeroize_derive v1.4.3
2026-07-01T10:18:11.9860640Z    Compiling tokio-macros v2.7.0
2026-07-01T10:18:12.2616868Z    Compiling futures-macro v0.3.32
2026-07-01T10:18:12.6600661Z    Compiling zeroize v1.8.2
2026-07-01T10:18:12.7400418Z    Compiling tokio v1.52.3
2026-07-01T10:18:12.8345244Z    Compiling zerofrom-derive v0.1.7
2026-07-01T10:18:13.2620642Z    Compiling futures-util v0.3.32
2026-07-01T10:18:13.3830732Z    Compiling yoke-derive v0.8.2
2026-07-01T10:18:13.5067348Z    Compiling zerovec-derive v0.11.3
2026-07-01T10:18:13.6373388Z    Compiling displaydoc v0.2.6
2026-07-01T10:18:13.9060897Z    Compiling tracing-attributes v0.1.31
2026-07-01T10:18:14.3960826Z    Compiling zerofrom v0.1.8
2026-07-01T10:18:14.5161007Z    Compiling rustls-pki-types v1.14.1
2026-07-01T10:18:14.5320571Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-01T10:18:14.7711141Z    Compiling yoke v0.8.3
2026-07-01T10:18:14.8347631Z    Compiling thiserror-impl v2.0.18
2026-07-01T10:18:15.0093979Z    Compiling zerotrie v0.2.4
2026-07-01T10:18:15.0257673Z    Compiling zerovec v0.11.6
2026-07-01T10:18:15.2550834Z    Compiling darling_macro v0.20.11
2026-07-01T10:18:15.3370894Z    Compiling derive_more-impl v2.1.1
2026-07-01T10:18:15.3813099Z    Compiling spez v0.1.2
2026-07-01T10:18:15.3966656Z    Compiling n0-error-macros v0.1.3
2026-07-01T10:18:15.6777187Z    Compiling darling v0.20.11
2026-07-01T10:18:15.7660826Z    Compiling tinystr v0.8.3
2026-07-01T10:18:15.7940526Z    Compiling potential_utf v0.1.5
2026-07-01T10:18:15.8280859Z    Compiling derive_builder_core v0.20.2
2026-07-01T10:18:15.8410681Z    Compiling der v0.8.0-rc.10
2026-07-01T10:18:15.9541477Z    Compiling icu_locale_core v2.2.0
2026-07-01T10:18:16.0061699Z    Compiling icu_collections v2.2.0
2026-07-01T10:18:16.6556014Z    Compiling n0-error v0.1.3
2026-07-01T10:18:16.7401624Z    Compiling pin-project-internal v1.1.13
2026-07-01T10:18:16.7631054Z    Compiling cobs v0.3.0
2026-07-01T10:18:17.0301224Z    Compiling ed25519-dalek v2.2.0
2026-07-01T10:18:17.0662312Z    Compiling futures-executor v0.3.32
2026-07-01T10:18:17.1322787Z    Compiling icu_provider v2.2.0
2026-07-01T10:18:17.2520080Z    Compiling derive_builder_macro v0.20.2
2026-07-01T10:18:17.4410732Z    Compiling ipnet v2.12.0
2026-07-01T10:18:17.4509840Z    Compiling spki v0.8.0-rc.4
2026-07-01T10:18:17.5782894Z    Compiling icu_properties v2.2.0
2026-07-01T10:18:17.6014984Z    Compiling icu_normalizer v2.2.0
2026-07-01T10:18:17.6621007Z    Compiling derive_builder v0.20.2
2026-07-01T10:18:17.6957006Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-01T10:18:17.8780773Z    Compiling prefix-trie v0.8.4
2026-07-01T10:18:18.1367037Z    Compiling once_cell v1.21.4
2026-07-01T10:18:18.2010625Z    Compiling ed25519 v3.0.0-rc.4
2026-07-01T10:18:18.2632751Z    Compiling pin-project v1.1.13
2026-07-01T10:18:18.3780723Z    Compiling tracing-core v0.1.36
2026-07-01T10:18:18.5414123Z    Compiling hashbrown v0.14.5
2026-07-01T10:18:18.5537515Z    Compiling spt-proto v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-01T10:18:18.5746136Z    Compiling futures v0.3.32
2026-07-01T10:18:18.6610652Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-01T10:18:18.6740569Z    Compiling postcard-derive v0.2.2
2026-07-01T10:18:18.7245484Z    Compiling tokio-util v0.7.18
2026-07-01T10:18:18.7351018Z    Compiling netlink-sys v0.8.8
2026-07-01T10:18:19.0816636Z    Compiling tracing v0.1.44
2026-07-01T10:18:19.1510566Z    Compiling idna_adapter v1.2.2
2026-07-01T10:18:19.2620829Z    Compiling idna v1.1.0
2026-07-01T10:18:19.2767553Z    Compiling postcard v1.1.3
2026-07-01T10:18:19.2802489Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-01T10:18:19.3244444Z    Compiling data-encoding-macro v0.1.20
2026-07-01T10:18:19.3770626Z    Compiling hashlink v0.9.1
2026-07-01T10:18:19.4290926Z    Compiling tower v0.5.3
2026-07-01T10:18:19.7370535Z    Compiling url v2.5.8
2026-07-01T10:18:19.7571210Z    Compiling rustls-native-certs v0.8.4
2026-07-01T10:18:19.7607777Z    Compiling strum_macros v0.28.0
2026-07-01T10:18:19.7991808Z    Compiling h2 v0.4.14
2026-07-01T10:18:19.8164545Z    Compiling rusqlite v0.32.1
2026-07-01T10:18:19.9510444Z    Compiling enum-assoc v1.3.0
2026-07-01T10:18:19.9660730Z    Compiling iroh-metrics-derive v0.4.1
2026-07-01T10:18:20.0970921Z    Compiling derive_more v2.1.1
2026-07-01T10:18:20.1445500Z    Compiling num_enum_derive v0.7.6
2026-07-01T10:18:20.1931039Z    Compiling async-trait v0.1.89
2026-07-01T10:18:20.2125103Z    Compiling tokio-stream v0.1.18
2026-07-01T10:18:20.3188549Z    Compiling iroh-relay v0.98.0
2026-07-01T10:18:20.4240597Z    Compiling n0-watcher v0.6.1
2026-07-01T10:18:20.4683155Z    Compiling iroh-metrics v0.38.3
2026-07-01T10:18:20.5692992Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-01T10:18:20.6430491Z    Compiling tower-http v0.6.11
2026-07-01T10:18:20.7350680Z    Compiling iroh-base v0.98.0
2026-07-01T10:18:20.7403833Z    Compiling attohttpc v0.30.1
2026-07-01T10:18:20.7500667Z    Compiling netdev v0.42.0
2026-07-01T10:18:20.8580504Z    Compiling netlink-proto v0.12.0
2026-07-01T10:18:20.9620783Z    Compiling moka v0.12.15
2026-07-01T10:18:21.1192919Z    Compiling toml_datetime v0.6.11
2026-07-01T10:18:21.1433314Z    Compiling serde_spanned v0.6.9
2026-07-01T10:18:21.2406636Z    Compiling spt-store v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-01T10:18:21.2887820Z    Compiling ref-cast-impl v1.0.25
2026-07-01T10:18:21.4630837Z    Compiling num_enum v0.7.6
2026-07-01T10:18:21.4740569Z    Compiling thiserror-impl v1.0.69
2026-07-01T10:18:21.5080800Z    Compiling toml_edit v0.22.27
2026-07-01T10:18:21.7749925Z    Compiling webpki-roots v1.0.7
2026-07-01T10:18:21.9013065Z    Compiling regex-automata v0.4.14
2026-07-01T10:18:22.0380817Z    Compiling schemars_derive v1.2.1
2026-07-01T10:18:22.0520337Z    Compiling serde_bytes v0.11.19
2026-07-01T10:18:22.2915291Z    Compiling hmac v0.12.1
2026-07-01T10:18:22.3274228Z    Compiling seize v0.5.1
2026-07-01T10:18:22.3543222Z    Compiling iroh v0.98.2
2026-07-01T10:18:22.4250529Z    Compiling bitflags v1.3.2
2026-07-01T10:18:22.5260391Z    Compiling rustix v0.38.44
2026-07-01T10:18:22.6672084Z    Compiling pin-utils v0.1.0
2026-07-01T10:18:22.6751032Z    Compiling cmov v0.5.4
2026-07-01T10:18:22.7054212Z    Compiling dyn-clone v1.0.20
2026-07-01T10:18:22.7319714Z    Compiling nix v0.25.1
2026-07-01T10:18:22.7812061Z    Compiling papaya v0.2.4
2026-07-01T10:18:22.8271464Z    Compiling strum v0.28.0
2026-07-01T10:18:22.8473952Z    Compiling hkdf v0.12.4
2026-07-01T10:18:22.8593190Z    Compiling backon v1.6.0
2026-07-01T10:18:22.9287464Z    Compiling iroh-dns v0.98.0
2026-07-01T10:18:22.9470939Z    Compiling ctutils v0.4.2
2026-07-01T10:18:22.9540833Z    Compiling darling_macro v0.23.0
2026-07-01T10:18:23.1740538Z    Compiling serial v0.4.0
2026-07-01T10:18:23.2360771Z    Compiling anstyle-parse v1.0.0
2026-07-01T10:18:23.2711139Z    Compiling filedescriptor v0.8.3
2026-07-01T10:18:23.2728101Z    Compiling vte_generate_state_changes v0.1.2
2026-07-01T10:18:23.3600674Z    Compiling is_terminal_polyfill v1.70.2
2026-07-01T10:18:23.4000862Z    Compiling shell-words v1.1.1
2026-07-01T10:18:23.4348339Z    Compiling colorchoice v1.0.5
2026-07-01T10:18:23.4426602Z    Compiling anstyle-query v1.1.5
2026-07-01T10:18:23.4694173Z    Compiling instability v0.3.12
2026-07-01T10:18:23.5447427Z    Compiling linux-raw-sys v0.4.15
2026-07-01T10:18:23.5550796Z    Compiling anstyle v1.0.14
2026-07-01T10:18:23.5600924Z    Compiling foldhash v0.1.5
2026-07-01T10:18:23.5676177Z    Compiling downcast-rs v1.2.1
2026-07-01T10:18:23.5791046Z    Compiling vte v0.13.1
2026-07-01T10:18:23.6451413Z    Compiling darling v0.23.0
2026-07-01T10:18:23.6707736Z    Compiling signal-hook-mio v0.2.5
2026-07-01T10:18:23.6841629Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-01T10:18:23.7090627Z    Compiling hashbrown v0.15.5
2026-07-01T10:18:23.7777370Z    Compiling spake2 v0.4.0
2026-07-01T10:18:23.7910535Z    Compiling anstream v1.0.0
2026-07-01T10:18:23.8680882Z    Compiling terminal_size v0.4.4
2026-07-01T10:18:24.0220916Z    Compiling strum_macros v0.26.4
2026-07-01T10:18:24.1460988Z    Compiling sha1 v0.10.6
2026-07-01T10:18:24.2053830Z    Compiling toml v0.8.23
2026-07-01T10:18:24.3600927Z    Compiling schemars v1.2.1
2026-07-01T10:18:24.4749711Z    Compiling itertools v0.13.0
2026-07-01T10:18:24.5281226Z    Compiling spt-msg v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-01T10:18:24.7194524Z    Compiling castaway v0.2.4
2026-07-01T10:18:24.8440911Z    Compiling indoc v2.0.7
2026-07-01T10:18:25.2830874Z    Compiling regex v1.12.3
2026-07-01T10:18:25.2876620Z    Compiling clap_lex v1.1.0
2026-07-01T10:18:25.3701018Z    Compiling static_assertions v1.1.0
2026-07-01T10:18:25.4750755Z    Compiling doctest-file v1.1.1
2026-07-01T10:18:25.5010649Z    Compiling unicode-width v0.1.14
2026-07-01T10:18:25.6100607Z    Compiling clap_builder v4.6.0
2026-07-01T10:18:25.8360563Z    Compiling hyper v1.10.1
2026-07-01T10:18:26.0051243Z    Compiling spt-runtime v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-01T10:18:26.1060667Z    Compiling interprocess v2.4.2
2026-07-01T10:18:26.5250819Z    Compiling strum v0.26.3
2026-07-01T10:18:26.5611683Z    Compiling unicode-truncate v1.1.0
2026-07-01T10:18:26.6510624Z    Compiling compact_str v0.8.2
2026-07-01T10:18:26.7160966Z    Compiling crossterm v0.28.1
2026-07-01T10:18:26.8800542Z    Compiling lru v0.12.5
2026-07-01T10:18:27.1381092Z    Compiling clap_derive v4.6.1
2026-07-01T10:18:27.1571480Z    Compiling unicode-width v0.2.0
2026-07-01T10:18:27.1928792Z    Compiling portable-pty v0.8.1
2026-07-01T10:18:27.2442262Z    Compiling cassowary v0.3.0
2026-07-01T10:18:27.3090642Z    Compiling iana-time-zone v0.1.65
2026-07-01T10:18:27.4841582Z    Compiling chrono v0.4.45
2026-07-01T10:18:27.6110775Z    Compiling nucleo-matcher v0.3.1
2026-07-01T10:18:27.6400933Z    Compiling spt-term v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-01T10:18:27.9610914Z    Compiling hyper-util v0.1.20
2026-07-01T10:18:28.0791069Z    Compiling ratatui v0.29.0
2026-07-01T10:18:28.0791807Z    Compiling qrcode v0.14.1
2026-07-01T10:18:28.4721153Z    Compiling tempfile v3.27.0
2026-07-01T10:18:29.3894691Z    Compiling clap v4.6.1
2026-07-01T10:18:29.4773405Z    Compiling spt-live v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-01T10:18:29.9830758Z    Compiling igd-next v0.17.1
2026-07-01T10:18:31.3235820Z    Compiling portmapper v0.16.0
2026-07-01T10:18:35.9434019Z    Compiling rustls-webpki v0.103.13
2026-07-01T10:18:38.3616851Z    Compiling tokio-rustls v0.26.4
2026-07-01T10:18:38.3619721Z    Compiling rustls-platform-verifier v0.7.0
2026-07-01T10:18:38.3620016Z    Compiling noq-proto v0.17.0
2026-07-01T10:18:38.5156453Z    Compiling hyper-rustls v0.27.9
2026-07-01T10:18:38.5157191Z    Compiling hickory-net v0.26.0-beta.4
2026-07-01T10:18:38.5157530Z    Compiling tokio-websockets v0.13.2
2026-07-01T10:18:38.6425276Z    Compiling reqwest v0.13.4
2026-07-01T10:18:39.6503638Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-01T10:18:54.0005260Z    Compiling spt-net v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-01T10:18:55.4883807Z    Compiling spt-daemon v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-01T10:19:03.0351576Z    Compiling spt v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-01T10:19:07.3203963Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
2026-07-01T10:19:07.3445112Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-430d2d34ad675120)
2026-07-01T10:19:07.3458791Z 
2026-07-01T10:19:07.3458905Z running 1 test
2026-07-01T10:19:13.5316962Z test new_brain_serves_against_old_broker ... ok
2026-07-01T10:19:13.5317273Z 
2026-07-01T10:19:13.5317544Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-01T10:19:13.5317902Z 
2026-07-01T10:19:13.5541261Z Post job cleanup.
2026-07-01T10:19:13.6232052Z [command]/usr/bin/git version
2026-07-01T10:19:13.6295594Z git version 2.43.0
2026-07-01T10:19:13.6327294Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/59609960-458d-4930-b122-88ac15a84c07' before making global git config changes
2026-07-01T10:19:13.6327998Z Adding repository directory to the temporary git global config as a safe directory
2026-07-01T10:19:13.6330965Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-01T10:19:13.6359122Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-01T10:19:13.6382922Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-01T10:19:13.6564185Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-01T10:19:13.6584718Z http.https://github.com/.extraheader
2026-07-01T10:19:13.6591707Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-01T10:19:13.6614414Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-01T10:19:13.6802668Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-01T10:19:13.6826685Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-01T10:19:13.7124341Z Cleaning up orphan processes
2026-07-01T10:19:13.7640681Z Terminate orphan process: pid (3728801) (spt)
